Remove sometimes erroneous duplicate Content-encoding header for gzip.
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 10 Jan 2004 19:42:33 +0000 (19:42 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 10 Jan 2004 19:42:33 +0000 (19:42 +0000)
commiteb59e628df92b846a7885f06dc9cf1f1f7622201
treee81487e9266b4aa4449650950a3b02517d9aac6b
parenta4c652b0ff1c62434180c257fec8438903551115
Remove sometimes erroneous duplicate Content-encoding header for gzip.
As workaround for Apache2+PHP bug, avoid calling flush() in OutputPage::output
so headers aren't eaten during cache save.
includes/Article.php
includes/OutputPage.php